Dew Stats for .NET
|
Process Capability indexes p, Cp and Cpk.
Parameters |
Description |
[In] TVec Data |
Process data. |
[In] double LB |
Lower specification limit. LB and UB are boundaries within which measurements on a product characteristic must lie. |
[In] double UB |
Upper specification limit. LB and UB are boundaries within which measurements on a product characteristic must lie. |
out double p |
Returns calculated significance. |
out double CP |
Returns capability index. |
out double CPK |
Returns capability index for uncentred process. |
ref double[] CPConfInt |
Returns 100*(1-Alpha) Cp confindence interval. |
ref double[] CPKConfInt |
Returns 100*(1-Alpha) CPK confidence interval. |
double Alpha |
Desired significance level. |
Calculates the Process Capability indexes p, Cp(aka CPR) and Cpk(AKA CPRk).
In the following example capability indexes and their condifence are calculated.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|